home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / dstr1.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.1 KB  |  67 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : DYNAMIC_STRING
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : powers%ti-eg at csnet-relay
  6. -- AUTHOR            : Richard Powers et al (see credits in source)
  7. --                   : TI Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 15 Apr 85 
  12. -- DATE RELEASED     : 15 Apr 85 
  13. -- DATE LAST UPDATED : 15 Apr 85 
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV 10000, ROLM ADE
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : DYNAMIC STRINGS
  20. -- CATEGORY LEVEL 3  : Dynamic String 1
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : string
  23. -- KEYWORD           : dynamic string 
  24. -- INDEX             : String
  25. -- INDEX             : Dynamic String
  26. -- INDEX             : String, Dynamic
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.COMPONENTS>DSTR1.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.COMPONENTS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   DSTR1.ADA              8598         229
  37. --   DSTR1.PRO              3014          64
  38. --   ===============  ==========  ==========
  39. --     2 Files             11612         293
  40. --= ABSTRACT             ===============================================--
  41. --         This package creates and manipulates dynamic (variable-length)
  42. -- strings  under  Ada.   See  the  source  code  for further details and
  43. -- documentation.
  44. --= REVISION HISTORY     ===============================================--
  45. --
  46. -- DATE         VERSION    AUTHOR                  HISTORY
  47. -- 4/15/85    1.0    Richard Powers        Initial Release
  48. --= RELEASE NOTICE       ===============================================--
  49. -- This prologue must be included in all copies of this software.
  50. --
  51. -- This software is released to the Ada community.
  52. -- This software is released to the Public Domain (note:
  53. --   software released to the Public Domain is not subject
  54. --   to copyright protection).
  55. -- Restrictions on use or distribution:  NONE
  56. --= DISCLAIMER           ===============================================--
  57. --     This software and its documentation are provided "AS IS" and
  58. -- without any expressed or implied warranties whatsoever.  No warranties
  59. -- as to performance, merchantability, or fitness for a particular
  60. -- purpose exist.
  61. --     The user is advised to test the software thoroughly before
  62. -- relying on it.  The user must assume the entire risk and liability of
  63. -- using this software.  In no event shall any person or organization of
  64. -- people be held responsible for any direct, indirect, consequential or
  65. -- inconsequential damages or lost profits.
  66. --======================================================================--
  67.